module Base
{
	item HandWraps
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Handwraps,
		ClothingItem = HandWraps,
		BodyLocation = Hands,
		BloodLocation = Hands;LowerArms,
		ClothingItemExtra = FootWraps;FaceWraps,
		ClothingItemExtraOption = WrapFeet;WrapFace,
		Icon = HandWraps,
		Weight = 0.1,
		ConditionMax = 2,
		RemoveOnBroken = True,
        Insulation = 0.25,
		WorldStaticModel = GlovesLong_Ground,
	}
	item FootWraps
	{
		DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Footwraps,
		ClothingItem = FootWraps,
		BodyLocation = Socks,
		BloodLocation = Shoes;LowerLegs,
		ClothingItemExtra = HandWraps;FaceWraps,
		ClothingItemExtraOption = WrapHands;WrapFace,
		Icon = FootWraps,
		Weight = 0.1,
		ConditionMax = 2,
		RemoveOnBroken = True,
		Insulation = 0.25,
		WorldStaticModel = Socks_Long_Ground,
	}
	item FaceWraps
	{
		DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Face Wraps,
		ClothingItem = FaceWraps,
		BodyLocation = Mask,
		BloodLocation = Head;Neck,
		ClothingItemExtra = FootWraps;HandWraps,
		ClothingItemExtraOption = WrapFeet;WrapHands,
		Icon = FaceWraps,
		Weight = 0.1,
		ConditionMax = 2,
		RemoveOnBroken = True,
		Insulation = 0.25,
	}
	item RagShoe
	{
		DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Makeshift Rag Shoes,
		ClothingItem = RagShoe,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = RagShoe,
		StompPower = 0.7,
		ConditionLowerChanceOneIn = 6,
		Weight = 0.2,
		ConditionMax = 8,
		RunSpeedModifier = 0.7,
		RemoveOnBroken = false,
		Insulation = 0.25,
		WorldStaticModel = Shoes_Ground,
	}
}